home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-195.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  61 lines

  1. # This script was automatically generated from the dsa-195
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. According to David Wagner, iDEFENSE and the Apache HTTP Server
  12. Project, several vulnerabilities have been found in the Apache server
  13. package, a commonly used webserver.  Most of the code is shared
  14. between the Apache and Apache-Perl packages, so vulnerabilities are
  15. shared as well.
  16. These vulnerabilities could allow an attacker to enact a denial of
  17. service against a server or execute a cross site scripting attack, or
  18. steal cookies from other web site users.  The Common Vulnerabilities
  19. and Exposures (CVE) project identified the following vulnerabilities:
  20. These problems have been fixed in version 1.3.26-1-1.26-0woody2 for
  21. the current stable distribution (woody), in
  22. 1.3.9-14.1-1.21.20000309-1.1 for the old stable distribution (potato)
  23. and in version 1.3.26-1.1-1.27-3-1 for the unstable distribution
  24. (sid).
  25. We recommend that you upgrade your Apache-Perl package immediately.
  26.  
  27.  
  28. Solution : http://www.debian.org/security/2002/dsa-195
  29. Risk factor : High';
  30.  
  31. if (description) {
  32.  script_id(15032);
  33.  script_version("$Revision: 1.4 $");
  34.  script_xref(name: "DSA", value: "195");
  35.  script_cve_id("CAN-2001-0131", "CAN-2002-0839", "CAN-2002-0840", "CAN-2002-0843", "CAN-2002-1233");
  36.  script_bugtraq_id(5847, 5884, 5887, 5995);
  37.  
  38.  script_description(english: desc);
  39.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  40.  script_name(english: "[DSA195] DSA-195-1 apache-perl");
  41.  script_category(ACT_GATHER_INFO);
  42.  script_family(english: "Debian Local Security Checks");
  43.  script_dependencies("ssh_get_info.nasl");
  44.  script_require_keys("Host/Debian/dpkg-l");
  45.  script_summary(english: "DSA-195-1 apache-perl");
  46.  exit(0);
  47. }
  48.  
  49. include("debian_package.inc");
  50.  
  51. w = 0;
  52. if (deb_check(prefix: 'apache-perl', release: '2.2', reference: '1.3.9-14.1-1.21.20000309-1.1')) {
  53.  w ++;
  54.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package apache-perl is vulnerable in Debian 2.2.\nUpgrade to apache-perl_1.3.9-14.1-1.21.20000309-1.1\n');
  55. }
  56. if (deb_check(prefix: 'apache-perl', release: '3.0', reference: '1.3.26-1-1.26-0woody2')) {
  57.  w ++;
  58.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package apache-perl is vulnerable in Debian 3.0.\nUpgrade to apache-perl_1.3.26-1-1.26-0woody2\n');
  59. }
  60. if (w) { security_hole(port: 0, data: desc); }
  61.